Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing...
code:memo
=> => # questions will narrow this down by presenting a list of cities, representing
=> => # the time zones in which they are located.
解決方法
code:Dockerfile
ENV TZ=Asia/Tokyo
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
参考